Welcome![Sign In][Sign Up]
Location:
Search - lexical analyzer

Search list

[ELanguageflex++bison++.src

Description: C++版 词法分析、语法分析器-C version of lexical analysis, grammar analyzer
Platform: | Size: 1152000 | Author: 白天 | Hits:

[ELanguagec语言词法分析程序

Description: .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-. X language lexical analysis procedure is designed to: design, preparation, modulation of the lexical analysis of a specific procedure, deepen understanding of the principles lexical analysis. Requirements: (1) through the understanding of the formal ceremony, finite automata theory, in accordance with the following X-language description of the preparation of an X language lexical analysis procedures. (2) submitted to the experiment report, which reads as follows: The purpose of the requirements, DFA, the list of procedures (with Notes), the test sample and the results
Platform: | Size: 33792 | Author: 萧飞 | Hits:

[ELanguage编译原理词法分析器c语言

Description: 编译的作业,对词法的分析分类以及发现错误,希望与大家交流,谢谢指教-Task of Compiler Implementation,To analyse and find error of Lexical,wish to communication with you,thanks.
Platform: | Size: 3072 | Author: 王立伟 | Hits:

[File Operate词法分析qi

Description: 词法分析器运用软件 词法分析是编译的第一个阶段,它的主要任务是从左到右逐个字符地对源程序进行扫描,产生一个个单词序列,用以语法分析-lexical analyzer used lexical analysis software is a compiler of the first stage, its main task is to whatever individual characters to the source scan generated a sequence of words, for the syntax analysis
Platform: | Size: 36864 | Author: 李坤 | Hits:

[Other resource编译原理-词法分析器

Description: 自己写的,词法分析(c++),可以实现基本上常用的分析。-wrote it myself, lexical analysis (c), can be used to achieve basically the analysis.
Platform: | Size: 37888 | Author: 王某人 | Hits:

[Other resourcevc61667782466_newasp

Description: 语法词法分析器 编译原理课程设计 用vc++实现语法词法分析器-grammar lexical analyzer compiler theory of curriculum design using vc achieve grammar lexical analyzer
Platform: | Size: 245760 | Author: byf | Hits:

[ELanguagejavacifa

Description: 本程序是用JAVA语言编写的一个小的词法分析器,可实现输入语句的词法分析。-this program is written in Java and a small lexical analyzer can achieve input sentences of lexical analysis.
Platform: | Size: 18432 | Author: 苏艳 | Hits:

[ELanguageMyJavaCifa

Description: pl/0语言的词法分析器 cifa\CifaMainFrame.java 主类 cifa\CifaProcess.java 处理程序-pl/0 language lexical analyzer CIFA \ Main CifaMainFrame.java category CIFA \ CifaProcess.java handling procedures
Platform: | Size: 3072 | Author: 冯2 | Hits:

[Other resourcebyylcffxq

Description: 一个在delphi下实现的词法分析器,可对简单的pascal源程序进行词法分析,指出词法错误以及错误的定位。-under the lexical analyzer. can a simple pascal source for lexical analysis, lexical errors and wrong positioning.
Platform: | Size: 169984 | Author: llxxff | Hits:

[Other resourceanalyzer

Description: c语言词法分析器,不错的,大家进来看一看吧-c language lexical analyzer, yes, we come to look at it
Platform: | Size: 81920 | Author: | Hits:

[ELanguagegrammaranalyse

Description: 一个用java实现的词法和语法分析器,做的不是很好,希望大家提出意见-java with a realization of lexical and syntax analyzer, is not so good, and he hopes that everyone views
Platform: | Size: 18432 | Author: jywhu | Hits:

[ELanguageSyntax-Analyzer

Description: 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构-this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the requirements of the structure
Platform: | Size: 150528 | Author: 小小 | Hits:

[ELanguageljSimple

Description: 输入一个DO-WHILE的语句,进行词法分析,词法分析器利用超前搜索,状态转换等方法,将源程序转化成为一个一个的单词符号二元式,如果词法分析无误,则进入语法分析部分,使用简单优先法进行文法分析,为每个终极符与非终极符之间定义优先关系,利用优先关系进行移进-规约,如果能规约到文法的开始符,则文法分析成功,输出四元式.-importation of a DO-WHILE statements, lexical analysis, lexical analyzer using advanced search, the transformation of the state, will be turned into a source of a binary symbols-words, if the lexical analysis accurate. it may enter the syntax analysis, the use of simple grammar priority method, Ultimate website for each non-whitespace between the ultimate definition of priorities, the use of priority relations Shift-Statute If the statute can begin to address the grammar, grammar analysis of successful export-4 yuan.
Platform: | Size: 246784 | Author: liujing | Hits:

[ELanguagegrammaranalyse12222

Description: 进行语法的分析,与词法分析器共同构成一个程序的分析器,检查程序错误等-syntax analysis, and the lexical analyzer together constitute a process analyzers, error checking procedures
Platform: | Size: 156672 | Author: daniao | Hits:

[ELanguageProject-

Description: 编译器包括词法分析器,语法分析器,最后生成四元式-compiler including lexical analyzer and parser, the last four yuan-Generation
Platform: | Size: 71680 | Author: 侯晓婷 | Hits:

[ELanguagecsharp-lexical-analysis

Description: c#词法分析器 实现简单的词法分析功能 -c# lexical analyzer to achieve simple lexical analysis functions
Platform: | Size: 28672 | Author: hermine | Hits:

[ELanguagecompiler

Description: 2006-04-17 作者:ideawu Document for: 用C++语言手工编写的词法分析器,语法分析器。 -2006-04-17 Author: ideawu Document for: using C++ Language hand-written lexical analyzer, syntax analyzer.
Platform: | Size: 41984 | Author: | Hits:

[ELanguage040410224

Description: 9.简单Simple语言编译器的实现 1.设计符号表 2.设计词法分析器 3.语法分析与中间代码产生器 -9. Simple language compiler simple realization 1. Design symbols Table 2. The design of lexical analyzer 3. Syntax analysis and intermediate code generator
Platform: | Size: 235520 | Author: 狐狸 | Hits:

[ELanguageS_Scanner

Description: 完整的S语言词法分析器, 包含文件说明: parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 key.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表-Complete S language lexical analyzer, including documentation: parser.cpp lexical analysis C++ Source Scanner.exe lexical analysis procedure is key.txt keyword table s.txt test run generated source table: symble.txt symbol table token.txt word list
Platform: | Size: 20480 | Author: 李宁 | Hits:

[ELanguagestudy_Lex_Yacc

Description: Lex 和Yacc 简明教程 本书将教会你如何使用lex 和yacc 构造一个编译器。 lex 和yacc 是两个用来生成词汇分析器和剖析器的工具。 导言部分描写了构建编译器所需的基本部分,以及lex 和yacc 之间的互动关系。后面两章更加详细的描写了lex 和 yacc。构建了一个经典的计算器程序。这个计算器支持常用 的算术符号和控制结构,例如实现了像ifelse和while 这样的控制结构。经过小小的修改,就把这个计算器转换成一个可以运行在基于栈的计算机上的编译器。-Lex and Yacc tutorial concise book will teach you how to use lex and yacc to construct a compiler. lex and yacc are used to generate lexical analyzer and parser tools. Introductory section describes the compiler to build the basic parts, as well as lex and yacc interaction between. Behind the two chapters of a more detailed description of the lex and yacc. Construction of a classic calculator program. The calculator supports the common arithmetic symbols and control structure, for example, realize like ifelse and while such a control structure. After small modifications, so the calculator can run into a stack-based computer compiler.
Platform: | Size: 351232 | Author: 蒋崇武 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net